日、月、年、曜日を統一的なグリッドとしてレンダリングするために使用される抽象的なパネルで、ビューの外にスロットをレンダリングすることもできます。
オブジェクト モデル
シンタックス
'宣言
Public MustInherit Class CalendarSlotsPanel(Of As CalendarSlotInfo)
Inherits Microsoft.UI.Xaml.Controls.Panel
Implements Microsoft.UI.Composition.IAnimationObject, Microsoft.UI.Composition.IVisualElement, Microsoft.UI.Composition.IVisualElement2, WinRT.IWinRTObject
public abstract class CalendarSlotsPanel<> : Microsoft.UI.Xaml.Controls.Panel, Microsoft.UI.Composition.IAnimationObject, Microsoft.UI.Composition.IVisualElement, Microsoft.UI.Composition.IVisualElement2, WinRT.IWinRTObject
where S: CalendarSlotInfo
型パラメータ
- S
- スロットのタイプ。このクラスを継承してカスタムプロパティを追加します。
継承階層
System.Object
Microsoft.UI.Xaml.DependencyObject
Microsoft.UI.Xaml.UIElement
Microsoft.UI.Xaml.FrameworkElement
Microsoft.UI.Xaml.Controls.Panel
C1.WinUI.Calendar.CalendarSlotsPanel<S>
C1.WinUI.Calendar.CalendarDaysOfWeekPanel
C1.WinUI.Calendar.CalendarDaysPanel
C1.WinUI.Calendar.CalendarHeadersPanel
C1.WinUI.Calendar.CalendarMonthsPanel
C1.WinUI.Calendar.CalendarYearsPanel
参照